#head{
	width: 100%;
	min-width: 1300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2; background-color:#fff;
}
#head a{
	color: #333; font-weight:bold;
}
.head{
	width: auto;
	max-width: 1400px;
	height: 120px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head_00{
	width: auto;
	height: 40px;
	float: left;
}
.head_01{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.head_01 li{
	width: 105px;
	height: 120px;
	float: left;
	text-align: center;
	position: relative;
}
.head_01 li div{
	width: 0px;
	height: 2px;
	background:#00459d;
	position: absolute;
	top: 80px;
	left: 40px;
	transition: all 0.5s;
}
.head_01 .active div{
	left: 40px !important;
	width: 80px !important;
}
.head_01 a{
	width: 160px;
	height: 120px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all 0.5s;
	font-size: 16px;
	letter-spacing: 2px;
}
.head_01 li:hover .head_01_01{
	transform: rotateX(180deg);
}
.head_01 li:hover .head_01_02{
	transform: rotateX(0deg);
}
.head_01 li:hover div{
	left: 40px;
	width: 80px;
}
.head_01_02{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateX(180deg);
}
.head_02,.head1 button{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.head_02{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: right;
}
.head_02 span,.head1 span{
	display: block;
	width: 100px;
	height: 100px;
	text-align: left;
	color: #fff;
}
.head_02 img,.head1 button img{
	width: 17px;
	height: 17px;
	display: block;
}
.head1,.head1 form{
	width: 840px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	line-height: 100px;
}
.head1{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: none;
}
.head1 button{
	width: 60px;
	height: 120px;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
}
.head1 input{
	width: 720px;
	height: 120px;
	background: none;
	outline: none;
	color: #fff;
}
.head1 option{
	background: rgba(255,255,255,0.6);
}
.head1_01{
	width: 16px;
	height: 16px;
	display: block;
}
.head1_02{
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 80px;
	transition: all 0.5s;
}
.head1_03{
	width: 100px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 16px;
	margin-left: 16px;
}
.head1_03 .actives{
	transition: 0.5s;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
.head1_03_01{
	width: 100px;
	height: 16px;
	line-height: 16px;
	border-left: 1px #707988 solid;
	border-right: 1px #707988 solid;
}
.head1_03 span{
	width: 58px;
	height: auto;
	float: left;
	text-align: center;
}
.head1_03 img{
	width: 5px;
	height: 10px;
	transition: 0.5s;
}
.head1_04{
	width: 100px;
	height: 0px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 32px;
	cursor: pointer;
}
.head1_04 li{
	width: 100px;
	height: 40px;
	font-size: 14px;
	color: #102242;
	text-align: center;
	line-height: 40px !important;
}
.head1_04 li:hover{
	background: #fff;
}
.head1 input::-webkit-input-placeholder{
    color:#fff;
}
.head1 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.head1 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.head1 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6f798a !important; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6f798a !important;opacity:1;
}

input:-ms-input-placeholder{
    color: #6f798a !important;opacity:1;
}

input::-webkit-input-placeholder{
    color: #6f798a !important;opacity:1;
}



/*----------banner----------*/




#banner{
	width: 100%;
	min-width: 1300px;
	height: auto;
}
.banner_00{
	display: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	/*display: flex;*/
	/*flex-direction: row-reverse;*/
}
#banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#banner .swiper-button-next,#banner .swiper-button-prev{
	width: 140px;
	height: 100%;
	top: 0px !important;
	background: none !important;
	background: none;
	margin-top: 0px !important;
}
#banner .swiper-button-next{
	right: 0px !important;
}
#banner .swiper-button-prev{
	left: 0px !important;
}
#banner .swiper-button-prev span,#banner .swiper-button-next span{
	display: block;
	width: 27px;
	height: 44px;
	position: absolute;
	margin-top: -22px;
	top: 50%;
}
#banner .swiper-button-prev span{
	left: 60px !important;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	opacity:0.5
}
#banner .swiper-button-next span{
	right: 60px !important;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	opacity:0.5
}
#banner .swiper-button-prev:hover span{
	opacity:1
}
#banner .swiper-button-next:hover span{
	opacity:1
}
#banner .swiper-pagination{
	bottom: 40px !important;
}
.banner{
	text-align: center;
	color: #333;
}
.banner_03{
	width: 1200px;
	height: 250px;
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.banner_03 h3{
	margin-top: 40px;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.banner_03 span{
	display: block;
	font-size: 34px;
	margin-top: 30px;
	color: #fff;
}
.banner_03 p{
	font-size: 14px;
	margin-top: 40px;
	color: #fff;
}
.banner_01{
	width: 200px;
	height: 225px;
	display: block;
	margin: 0 auto;
	margin-top: 200px;
}
.banner_02{
	width: 214px;
	height: 200px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}



/*----------关于我们----------*/




#conter{
	width: 100%;
	height: 952px;
	background: url(../images/index003.png) no-repeat center;
	overflow: hidden;
}
.conter{
	width: 1300px;
	height: 952px;
	margin: 0 auto;
	position: relative;
}
.conter_01{
	width: 710px;
	height: 532px;
	display: block;
	position: absolute;
	top: 200px;
	left: -300px;
	opacity: 0;
	z-index: 5;
	transition: all 2s 0.8s;
	-moz-box-shadow: 0px 10px 50px 0px #888; /* 老的 Firefox */
	box-shadow: 0 10px 50px #888;
}
.conter_01s{
	opacity: 1;
	left: 0px;
}
.conter_02{
	width: 246px;
	height: 80px;
	position: absolute;
	opacity: 0;
	top: 235px;
	right: 0px;
	transition: all 2s;
}
.conter_02s{
	opacity: 1;
	right:300px
}
.conter_02 img{
	width: 246px;
	height: 53px;
	display: block;
}
.conter_02 span{
	font-size: 34px;
	line-height: 35px;
	float: left;
	margin-top: -10px;
	margin-left: 25px;
	font-weight: bold;
}
.conter_02 div{
	width: 4px;
	height: 35px;
	background: #00459d;
	float: left;
	margin-top: -10px;
	margin-left: 2px;
}
.conter_03{
	width: 728px;
	height: 405px;
	border: 10px solid#00459d;
	position: absolute;
	top: 360px;
	right: -300px;
	opacity: 0;
	transition: all 2s 1.6s;
}
.conter_03s{
	opacity: 1;
	right: 0px;
}
.conter_03 div{
	width: 440px;
	height: auto;
	float: left;
	margin-left: 200px;
	margin-top: 60px;
	font-size: 24px;
	color:#00459d;
	font-weight: bold;
	position: relative;
	top: 60px;
	opacity: 0;
	transition: all 1.5s 2s;
}
.conter_03 span{
	width: 440px;
	height: auto;
	float: left;
	margin-left: 200px;
	font-size: 15px;
	line-height: 26px;
	color: #5e5e5e;
	margin-top: 35px;
	position: relative;
	top: 60px;
	opacity: 0;
	transition: all 1.5s 2.4s;
}
.conter_03 a{
	width: 178px;
	height: 40px;
	border: 1px#00459d solid;
	color:#00459d;
	border-radius: 23px;
	float: left;
	margin-left: 200px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	position: relative;
	top: 60px;
	opacity: 0;
	transition: top 1.5s 2.8s,opacity 1.5s 2.8s
}
.conter_03 a p,.conter2_02 p{
	width: 1px;
	height: 14px;
	background: #000;
	margin-left: 30px;
}
.conter_03 a h3,.conter2_02 h3{
	width: 10px;
	height: 6px;
	margin-left: 14px;
	/*src: url(../images/index022.png);*/
	background: url(../images/index020.png) no-repeat center;
	position: relative;
}
.conter_03 a:hover,.conter2_02:hover{
	background:#00459d;
	color: #fff;
}
.conter_03 a:hover p,.conter2_02:hover p{
	background: #fff;
}
.conter_03 a:hover h3,.conter2_02:hover h3{
	background: url(../images/index021.png) no-repeat center;
	animation: theanimation 3s;
	-webkit-animation: theanimation 3s;	/* Safari 和 Chrome */
	-moz-animation: theanimation 3s;	/* Firefox */
	-o-animation: theanimation 3s;
	-ms-animation: theanimation 3s;
}
	@keyframes theanimation{
		0% {left: 0px;}
		50% {left: 20px;}
		100% {left: 0px;}
	}
	@-moz-keyframes theanimation{
		0% {left: 0px;}
		50% {left: 20px;}
		100% {left: 0px;}
	}
	@-ms-keyframes theanimation{
		0% {left: 0px;}
		50% {left: 20px;}
		100% {left: 0px;}
	}
	@-webkit-keyframes theanimation{
		0% {left: 0px;}
		50% {left: 20px;}
		100% {left: 0px;}
	}
.conter_03s a,.conter_03s div,.conter_03s span{
	top: 0px;
	opacity: 1;
}



/*----------我们的服务----------*/




#conter1{
	width: 100%;
	height: 1067px;
	background: url(../images/gy013.png) no-repeat center;
	background-attachment: fixed;
}
.conter1{
	width: 1300px;
	height: 1067px;
	margin: 0 auto;
	overflow: hidden;
}
.conter1_01{
	height: 53px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s;
}
.conter1_02{
	width: 100%;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	margin-top: -25px;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s 0.5s;
}
.conter1_03{
	width: 25px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #00459d;
	margin-top: 32px;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s 1s;
}
.conter1_04{
	width: 495px;
	height: auto;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	display: block;
	margin-top: 28px;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s 1.5s;
}
.conter1_01s{
	top: 0px !important;
	opacity: 1 !important;
}
.conter1_05{
	width: 1150px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 125px;
}
.conter1_05 li{
	width: 336px;
	height: 492px;
	background:#00459d;
	text-align: center;
	color: #fff;
	overflow: hidden;
	position: relative;
	top: 400px;
	opacity: 0;
}
.conter1_05 li:hover{
	background: rgb(28,42,67);
}
.conter1_05 li:nth-child(1){
	transition: top 1.5s,opacity 1.5s;
}
.conter1_05 li:nth-child(2){
	transition: top 1.5s 0.4s,opacity 1.5s 0.4s;
}
.conter1_05 li:nth-child(3){
	transition: top 1.5s 0.8s,opacity 1.5s 0.8s;
}
.conter1_05_01s,.conter1_05_02s,.conter1_05_03s{
	top: 0px !important;
	opacity: 1 !important;
}
.conter1_05 li:nth-child(1) img{
	transition: all 0.6s 1s;
}
.conter1_05 li:nth-child(1) div{
	transition: all 0.6s 1.6s;
}
.conter1_05 li:nth-child(1) span{
	transition: all 0.6s 2s;
}
.conter1_05 li:nth-child(1) p{
	transition: all 0.6s 2.6s;
}



.conter1_05 li:nth-child(2) img{
	transition: all 0.6s 1.4s;
}
.conter1_05 li:nth-child(2) div{
	transition: all 0.6s 2s;
}
.conter1_05 li:nth-child(2) span{
	transition: all 0.6s 2.4s;
}
.conter1_05 li:nth-child(2) p{
	transition: all 0.6s 3s;
}



.conter1_05 li:nth-child(3) img{
	transition: all 0.6s 2.2s;
}
.conter1_05 li:nth-child(3) div{
	transition: all 0.6s 2.8s;
}
.conter1_05 li:nth-child(3) span{
	transition: all 0.6s 3.2s;
}
.conter1_05 li:nth-child(3) p{
	transition: all 0.6s 3.8s;
}
.conter1_05_01s img,.conter1_05_01s div,.conter1_05_01s span,.conter1_05_01s p,
.conter1_05_02s img,.conter1_05_02s div,.conter1_05_02s span,.conter1_05_02s p,
.conter1_05_03s img,.conter1_05_03s div,.conter1_05_03s span,.conter1_05_03s p{
	opacity: 1 !important;
}
.conter1_05 li img{
	height: 75px;
	display: block;
	margin: 80px auto;
	margin-top: 80px;
	opacity: 0;
}
.conter1_05 li div{
	width: 90px;
	height: 4px;
	background: #fff;
	margin: 0 auto;
	opacity: 0;
} 
.conter1_05 li span{
	font-size: 24px;
	display: block;
	margin: 0 auto;
	margin-top: 65px;
	opacity: 0;
}
.conter1_05 li p{
	font-size: 16px;
	display: block;
	margin-top: 50px;
	opacity: 0;
}



/*----------案例展示----------*/




#conter2{
	width: 100%;
	height: 1030px;
}
.conter2{
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	height: 1030px;
	overflow: hidden;
}
.conter2_01{
	width: 100%;
	height: 400px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.conter2_01 .swiper-slide,.conter2_01 .swiper-slide-prev,.conter2_01 .swiper-slide-next{
	/*width: 1050px !important;*/
	-webkit-transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	/*-webkit-transform: scaleY(0.8);*/
	/*transform: scaleY(0.8);*/
	/*margin-left: -200px;*/
	/*margin-right: -200px;*/
	background-size: cover !important;
}
.conter2_01 .swiper-slide-prev{
	/*transform: scaleY(0.8) translateX(50%);*/
	z-index: 3;
}
.conter2_01 .swiper-slide-next{
	/*transform: scaleY(0.8) translateX(-50%);*/
	z-index: 3;
}
.conter2_01 .swiper-slide-active,.conter2_01 .swiper-slide-duplicate-active {
	/*-webkit-transform: scale(1.2);*/
	/*transform: scale(1.2);*/
	z-index: 5;
	
}
.conter2_01 .swiper-slide-active:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-box-shadow: 0px 10px 50px 0px #888; /* 老的 Firefox */
	box-shadow: 0 10px 50px #888;
}
.conter2_01 .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.conter2_01 img{
	display: none;
}
.conter2_01 .swiper-slide a{
	width: 100%;
	display: block;
	background: rgba(255,255,255,0.5) !important;
}
.conter2_01 .swiper-slide a{
	background: rgba(255,255,255,0.5) !important;
}
.conter2_01 .swiper-button-next,.conter2_01 .swiper-button-prev{
	width: 25% !important;
	/*background: rgba(255,255,255,0.5) !important;*/
	background: none;
	top: 0px !important;
	/*transform: scaleY(0.8);*/
	margin-top: 40px !important;
}
.conter2_01 .swiper-slide-active a{
	/*background: rgba(0,0,0,0.5);*/
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)) !important; /* 标准的语法（必须放在最后） */
}
.conter2_01 .swiper-button-next{
	right: 0px !important;
}
.conter2_01 .swiper-button-prev{
	left: 0px !important;
}
.conter2_02{
	width: 178px;
	height: 46px;
	border: 1px#00459d solid;
	color:#00459d;
	border-radius: 23px;
	margin-left: 180px;
	font-size: 15px;
	text-align: center;
	line-height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin: 0 auto;
}





/*----------新闻资讯----------*/




#conter3{
	width: 100%;
	min-width: 1300px;
	height: 1340px;
	background: url(../images/index013.jpg) no-repeat center center;
}
.conter3{
	width: 1200px;
	height: 1340px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.conter3_01{
	width: 100%;
	height: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
}
.conter3_01 img{
	height: 53px;	
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s;
}
.conter3_01 div{
	margin-top: -25px;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s 0.5s;
}
.conter3_01 span{
	width: 25px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background: #ffaf6e;
    margin-top: 32px;
    position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s 1s;
}
.conter3_01 p{
	width: 495px;
	height: auto;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	display: block;
	margin-top: 28px;
	color: #fff;
	position: relative;
	top: 500px;
	opacity: 0;
	transition: all 2s 1.5s;
}
.conter3_02{
	width: 100%;
	height: 800px;
	overflow: hidden;
	margin-top: 100px;
}
.conter3_02 li{
	width: 670px;
	height: 173px;
	border: 1px rgba(255,255,255,0) solid;
	float: left;
	margin-bottom: 12px;
	color: #fff;
}
.conter3_02 li div,.conter3_02 li span{
	width: 345px;
	height: auto;
	color: #fff;
	text-align: right;
	float: left;
	margin-left: 60px;
}

.conter3_02 li div{
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.conter3_02 li span{
	width: 345px;
	height: 53px;
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.conter3_02 li p{
	width: 85px;
	float: right;
	font-size: 20px;
	margin-top: -34px;
	margin-right: 110px;
	line-height: 40px;
	color: #fff;
}
.conter3_02 li:hover{
	border: 1px rgba(255,255,255,1) solid;
}
.conter3_03{
	width: 14px;
	height: auto;
	position: absolute;
	top: 445px;
	left: 585.5px;
}
.conter3_04{
	width: 178px;
	height: 46px;
	border: 1px #fff solid;
	color: #fff;
	border-radius: 23px;
	margin-left: 180px;
	font-size: 15px;
	text-align: center;
	line-height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin: 0 auto;
	margin-top: 70px;
}
.conter3_04:hover{
	color:#00459d;
	background: #fff;
}
.conter3_04 p{
	width: 1px;
	height: 14px;
	background: #fff;
	margin-left: 30px;
}
.conter3_04 h3{
	width: 10px;
	height: 6px;
	margin-left: 14px;
	/*src: url(../images/index022.png);*/
	background: url(../images/index021.png) no-repeat center;
	position: relative;
}
.conter3_04:hover p{
	background:#00459d;
}
.conter3_04:hover h3{
	background: url(../images/index020.png) no-repeat center;
	animation: theanimation 3s;
	-webkit-animation: theanimation 3s;	/* Safari 和 Chrome */
	-moz-animation: theanimation 3s;	/* Firefox */
	-o-animation: theanimation 3s;
	-ms-animation: theanimation 3s;
}




/*----------底部----------*/





